Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

fix(ui): bump @nextcloud/vue to ^8.39.0 (nav corner sliver on NC<34)#300

Merged
rubenvdlinde merged 1 commit into
developmentfrom
chore/bump-nextcloud-vue-8.39
May 25, 2026
Merged

fix(ui): bump @nextcloud/vue to ^8.39.0 (nav corner sliver on NC<34)#300
rubenvdlinde merged 1 commit into
developmentfrom
chore/bump-nextcloud-vue-8.39

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Summary

Bumps @nextcloud/vue from ^8.12.0 to ^8.39.0 to fix a white-sliver UI bug in the navigation corner on Nextcloud < 34.

Root cause

Nextcloud 34 introduced a rounded .app-content corner treatment. @nextcloud/vue versions before 8.39.0 unconditionally rendered that NC34 rounded-corner styling, so on Nextcloud < 34 it produced a visible white sliver in the nav corner where the rounding did not match the host shell.

@nextcloud/vue@8.39.0 adds an isLegacy34 guard that only applies the rounded-corner treatment on NC >= 34, eliminating the sliver on older Nextcloud versions.

Changes

  • package.json: bumped the direct @nextcloud/vue dependency pin to ^8.39.0. (No @nextcloud/vue entry exists in overrides/resolutions, so only the direct dependency required a change.)
  • package-lock.json: regenerated via npm install --package-lock-only; resolves to 8.39.0.

The compiled bundle (js/) is gitignored, so the only committed changes are the two manifest files.

Part of a fleet-wide sweep to bump @nextcloud/vue to ^8.39.0 across Conduction apps.

@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/softwarecatalog @ d3721ee

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
composer
npm ❌ 2/775 denied
PHPUnit ⏭️
Newman ⏭️
Playwright ⏭️

❌ Denied npm licenses

Package Version License
pako 1.0.11 (MIT AND Zlib)
sha.js 2.4.12 (MIT AND BSD-3-Clause)

Quality workflow — 2026-05-25 21:54 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde rubenvdlinde merged commit 9ced404 into development May 25, 2026
11 of 21 checks passed
@rubenvdlinde rubenvdlinde deleted the chore/bump-nextcloud-vue-8.39 branch May 25, 2026 22:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant